home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / casestdy / ch17_dav / clock.dcr / 00026_Main Clock Script.ls < prev    next >
Encoding:
Text File  |  1996-11-12  |  236 b   |  10 lines

  1. global gClock
  2.  
  3. on initClock
  4.   set gClock to new(script "Clock Parent", 5, 6, 7)
  5.   set whichLoc to the loc of sprite 4
  6.   set the loc of sprite 5 to whichLoc
  7.   set the loc of sprite 6 to whichLoc
  8.   set the loc of sprite 7 to whichLoc
  9. end
  10.